GetResponse = "Here is your local weather.<RUN>http://www.zabaware.com/mywebhal/index.html?username=" & UserName & "&action=weather&char=" & FacePrvw & "</RUN>"
End If
If InStr(1, UserSentence, "news", 1) > 0 Then
GetResponse = "I am now opening your favorite news site.<RUN>http://www.zabaware.com/mywebhal/index.html?username=" & UserName & "&action=news&char=" & FacePrvw & "</RUN>"
End If
If InStr(1, UserSentence, "news", 1) > 0 And InStr(1, UserSentence, "local", 1) > 0 Then
GetResponse = "Here is your local news.<RUN>http://www.zabaware.com/mywebhal/index.html?username=" & UserName & "&action=localnews&char=" & FacePrvw & "</RUN>"
End If
If InStr(1, UserSentence, "search ", 1) > 0 Or InStr(1, UserSentence, "find ", 1) > 0 Or InStr(1, UserSentence, "locate ", 1) > 0 Then
GetResponse = "I will help you research this topic on the Internet.<RUN>http://www.zabaware.com/mywebhal/index.html?username=" & UserName & "&action=search&keywords=" & Keywords & "&char=" & FacePrvw & "</RUN>"